.. _`Predict`: .. _`org.sysess.sympathy.machinelearning.predict`: Predict ``````` .. image:: predict.svg :width: 48 Uses a model to predict Y given X Definition :::::::::: Input ports ........... **in-model** model Input model **X** table X Output ports ............ **Y** table Y Configuration ............. **Pass through X** (pass_x) Passes through a copy of X in addition to the predicted values Implementation .............. .. automodule:: node_application :noindex: .. class:: Predict :noindex: